Skip to content

This is a console based game in which a shelter rescues pets. The pet can be organic or robotic, dog or cat. Depending on the features, the pets behave differently. Some of the features the user can choose in order to interact with the pets within the shelter are rescue, feed, play, walk, and clean.

fpemba/virtual-pets-amok-cfgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Pets Amok - Team CFGI

Instructions

Use the following commands to interact with your virtual pets:

  • help
    • Show a help menu displaying all available commands
  • rescue
    • Rescue a new virtual pet of your choosing into the shelter
      • All new virtual pets start with default stats
  • play
    • Play with one of your virtual pets
      • Moderately raises the happiness of one virtual pet
      • You may only play with one virtual pet per turn!
  • feed
    • Feed all virtual pets in your shelter
      • Slightly lowers hunger for all virtual pets
  • clean
    • Greatly increase one pets cleanliness
      • You may only clean one virtual pet per turn!
  • list
    • Show a list of all virtual pets in your shelter and their different statistics
      • Pets are shown in the order they were rescued in
  • quit
    • Exit the virtual pets game
      • Thanks for playing!

Gameplay Mechanics

The following events will happen every turn:

  • All organic pets will get more hungry
    • This will raise every pets hunger stat
  • All organic pets will get more lonely
    • This will lower every pets happiness stat
  • All organic pets will become dirtier
    • This will lower all organic pets cleanliness stat
  • All robotic pets will eventually need an oil change
    • This will lower all robotic pets oil level stat
  • All robotic pets will eventually need their batteries changed
    • This will lower all robotic pets battery level stat

After all statistics are changed, every pets feelings will be determined.

Your sole purpose is to take care of every virtual pet you rescue, use your turns wisely!

About

This is a console based game in which a shelter rescues pets. The pet can be organic or robotic, dog or cat. Depending on the features, the pets behave differently. Some of the features the user can choose in order to interact with the pets within the shelter are rescue, feed, play, walk, and clean.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%